-
-
Notifications
You must be signed in to change notification settings - Fork 514
test_copy_from_propagate_error fails with Python 3.5 #412
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Milestone
Comments
We haven't tested psycopg with python 3.5 yet. |
desiderius
pushed a commit
to desiderius/nixpkgs
that referenced
this issue
Mar 2, 2016
The unit tests are disabled because they require a local instance of PostgreSQL. All unit tests pass in my local instance for - Python 2.7 - Python 3.4 One test fails for Python 3.5 (not officialy supported anyway): - test_copy_from_propagate_error (psycopg2.tests.test_copy.CopyTests) ZeroDivisionError: division by zero This issue is reported upstream: psycopg/psycopg2#412
Thank you for the feedback, can I help with the test with Python 3.5 in a way ? |
dvarrazzo
added a commit
to dvarrazzo/psycopg2
that referenced
this issue
Mar 8, 2016
Fixed, to be released in 2.6.2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello, I am trying to update the package of psycopg2 (from the source on PyPI) on
NixOS/Linux
but the following unit test fails with Python 3.5.1:I would like to confirm whether this is an expected error (in the current state of the sources on PyPi) or a mistake in my packaging.
The text was updated successfully, but these errors were encountered: